Bug 555953 – libferret missing link against libgtk-x11
authorMatthias Clasen <mclasen@redhat.com>
Mon, 13 Oct 2008 16:00:24 +0000 (16:00 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 13 Oct 2008 16:00:24 +0000 (16:00 +0000)
2008-10-13  Matthias Clasen  <mclasen@redhat.com>

        Bug 555953 – libferret missing link against libgtk-x11

        * modules/other/gail/test/Makefile.am: Link libferret against gtk.

svn path=/trunk/; revision=21646

modules/other/gail/ChangeLog
modules/other/gail/tests/Makefile.am

index 19cb023fca88a92c35397aef98826f3441332215..dd474bf9c3aafd41dfb7b56212a367b0e7e5d92e 100644 (file)
@@ -1,3 +1,9 @@
+2008-10-13  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 555953 – libferret missing link against libgtk-x11
+
+       * test/Makefile.am: Link libferret against gtk.
+       
 2008-10-07 Matthias Clasen <mclasen@redhat.com>
 
        Bug 554950 – gail must make itself resident
index 51f537376575a9217c7dea46baa10789ab7c606f..f383037bb79bfd810231a6431e8b494157847c68 100644 (file)
@@ -52,10 +52,12 @@ libferret_la_SOURCES =              \
 
 libferret_la_LDFLAGS =         \
        -rpath $(moduledir) -module -avoid-version \
-       $(GTK_DEP_LIBS) \
+       $(no_undefined) \
        $(LDFLAGS)
 
-libferret_la_LIBADD =          \
+libferret_la_LIBADD =                      \
+       $(top_builddir)/gtk/$(gtktargetlib) \
+        $(GTK_DEP_LIBS)                    \
        $(GAIL_INET_LIBS)
 endif